home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / RANDOM.DIR / 00284.ls < prev    next >
Encoding:
Text File  |  1996-03-11  |  251 b   |  11 lines

  1. on exitFrame
  2.   global prevMovie, STIcks
  3.   sound stop 1
  4.   sound stop 2
  5.   set STIcks to the ticks
  6.   put line random(9) of field ("loadText." & prevMovie) into field "stageText"
  7.   puppetSprite(21, 1)
  8.   set the locH of sprite 21 to 91
  9.   updateStage()
  10. end
  11.